home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetMonitorX_1.6.6.dmg / IPNetMonitorX folder / IPNetMonitorX.app / Contents / Resources / English.lproj / TCPInfo.nib / classes.nib next >
Text File  |  2005-12-29  |  2KB  |  53 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {myHelp = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             CLASS = PSPlotView; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 scaleMidR = NSTextField; 
  14.                 scaleMidT = NSTextField; 
  15.                 scaleTopR = NSTextField; 
  16.                 scaleTopT = NSTextField; 
  17.             }; 
  18.             SUPERCLASS = NSView; 
  19.         }, 
  20.         {
  21.             ACTIONS = {monitor = id; selectLinear = id; }; 
  22.             CLASS = TCPInfoWindowC; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {
  25.                 connectionsAccepted = NSTextField; 
  26.                 connectionsAcceptedRate = NSTextField; 
  27.                 connectionsClosed = NSTextField; 
  28.                 connectionsClosedRate = NSTextField; 
  29.                 connectionsDropped = NSTextField; 
  30.                 connectionsDroppedRate = NSTextField; 
  31.                 connectionsEstablished = NSTextField; 
  32.                 connectionsEstablishedRate = NSTextField; 
  33.                 connectionsInitiated = NSTextField; 
  34.                 connectionsInitiatedRate = NSTextField; 
  35.                 duplicateRate = NSTextField; 
  36.                 duplicateSegments = NSTextField; 
  37.                 linearButton = NSButton; 
  38.                 monitorButton = NSButton; 
  39.                 plotConnectionView = PSPlotView; 
  40.                 plotDataView = PSPlotView; 
  41.                 receivedRate = NSTextField; 
  42.                 receivedSegments = NSTextField; 
  43.                 retransmitRate = NSTextField; 
  44.                 retransmitSegments = NSTextField; 
  45.                 sentRate = NSTextField; 
  46.                 sentSegments = NSTextField; 
  47.                 statusInfo = NSTextField; 
  48.             }; 
  49.             SUPERCLASS = NSWindowController; 
  50.         }
  51.     ); 
  52.     IBVersion = 1; 
  53. }